.seminare-banner-section {
    background: url(../assets/images/banner-inner-s.jpg) no-repeat;
    background-size: cover;
    height: 574px;
    min-height: 100%;
    width: 100%;
    background-position: center
}

.semi-cont-div {
    background: #fff;
    padding: 40px 80px;
    margin-top: -100px;
}

.semi-cont-div h1 {
    padding-bottom: 20px;
}

.sec-highlight {
    background: #303134;
    color: #fff;
    padding: 60px 80px;
}

.sec-highlight .highlight-cont {
    padding: 20px 0;
}

.sec-highlight p {
    padding-left: 30px;
}

.sec-highlight h2 {
    font-size: 39px;
    padding-bottom: 15px;
}

.register-sect {
    padding: 60px 0;
}
.register-div {
    padding: 0 80px;
}

.register-div .content-div {
    position: relative;
    padding: 0 60px;
}

.content-div:before {
    background: url(../assets/images/users-icon.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: 100%;
}

.register-sect h2 {
    padding-bottom: 20px;
}

.register-sect h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 20px;
}

.register-sect ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.register-sect ul li {
    font-weight: 600;
}

.pd-lr-80 {
    padding: 0 80px;
}


/* carousel slider  css  */

.spt_carousel_normal .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.spt_carousel_normal .carousel-control-next-icon {
    background-image: url(../assets/images/left-arrow.png);
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
}

.spt_carousel_normal .carousel-control-prev-icon {
    background-image: url(../assets/images/left-arrow.png);
    width: 30px;
    height: 30px;
}

.spt_carousel_normal .carousel-caption {
    color: #0a0a0a;
}

.spt_carousel_normal .carousel-inner .carousel-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item {
    background: #DC220B;
    color: #fff;
}

.carousel-inner {
    overflow: visible;
}

.slider-section {
    background: #dc220b;
    padding-bottom: 120px;
    padding-top: 70px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -87px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel {
    position: relative;
    width: 860px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 80px;
}

.caro-img-div {
    display: block;
    text-align: center;
}

.slider-section h2 {
    color: #fff;
}

.slider-section h5 {
    font-size: 20px;
    padding-bottom: 20px;
}

.carousel-indicators li {
    background-color: #dc220b;
    border: 1px solid #fff;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.spt_carousel_normal .carousel-indicators li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.carousel-control-prev {
    left: -180px;
}

.carousel-control-next {
    right: -101px;
}


/* accordian styles */

.spt_accordion .card a {
    display: block
}

.spt_accordion .card {
    border: 0;
    background-color: #fff;
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    border-radius: 0;
    padding: 40px 0;
}

.spt_accordion .card-header .card-link {
    display: block;
    padding: 25px 60px;
    padding-right: 50px;
    font-weight: 600;
    color: inherit;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #303134;
}

.spt_accordion .card-header {
    background: #fff;
    padding: 0;
    border: 0;
}

.spt_accordion .card-body {
    padding: 10px 60px;
    color: #303134;
}

.spt_accordion .card-header .card-link:after {
    position: absolute;
    right: 12%;
    top: 50%;
    color: #303134;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.9s ease-in-out;
    content: "";
    background: url("../assets/images/ddown-arrow.svg") no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
}

.spt_accordion .card-header .card-link[aria-expanded="true"]:after {
    transform: rotate(-180deg);
    color: #303134;
    transition: all 0.9s ease-in-out;
}

.sub-menu-section .card-header h2 {
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    padding-left: 75px;
    color: #303134;
    position: relative;
    margin-bottom: 15px;
}

.sub-menu-section .card-header h2:before {
    position: absolute;
    content: "";
    background: url(../assets/images/users-icon.png) no-repeat;
    width: 55px;
    height: 55px;
    left: 0;
    top: -10px;
    background-size: cover;
    background-position: center;
}

.sub-menu-section .card-header p {
    font-size: 15px;
    font-weight: 400;
    padding-left: 75px;
    margin-bottom: 0;
}

.sub-menu-section .card .row {
    margin-bottom: 0;
}

.sub-menu-section .card-body input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #707070;
    margin-bottom: 10px;
}

.sub-menu-section .card-body input:focus {
    border: 1px solid #707070;
}

.sub-menu-section .card-body h2 {
    border-bottom: 3px solid #1e2128;
    margin-bottom: 25px;
}

.sub-menu-section .card-body button {
    background: #2A2C32;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 7px 40px;
    border-radius: none;
}

.inline {
    display: block;
}

.ul-flex {
    display: flex;
}

.register-sect button:hover {
    background: #DC220B;
    color: #fff;
    cursor: pointer;
}
.sub-menu-section a:hover {
    color: #fff;
}
.spt_accordion {
    margin-bottom:60px;
}

/* .hamberg-ul {
    position: absolute;
    top: 5px;
    right: 76px;
    width: 73px;
    height: 64px;
    cursor: pointer;
}

.hamberg-ul li {
    list-style: none;
    position: absolute;
    left: 5%;
    width: 31px;
    height: 4px;
    transition: .5s;
    background: #303134;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
}

.hamberg-ul li:nth-child(1) {
    top: 22%;
}

.hamberg-ul li:nth-child(2) {
    top: 39%;
}

.hamberg-ul li:nth-child(3) {
    top: 56%;
}

.hamberg-ul li:nth-child(4) {
    top: 136%;
}

.hamberg-ul.active li:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.hamberg-ul.active li:nth-child(2) {
    opacity: 0;
}

.hamberg-ul.active li:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
} */


/* media quer starts here  */

@media screen and (max-width: 1024px) {
    .carousel-control-prev {
        left: -100px;
    }
    .pd-lr-80 {
        padding: 0 35px;
    }
}

@media screen and (max-width: 992px) {
    .menu-cont {
        margin-top: 60px;
    }
    .spt_accordion .card-header .card-link {
        padding: 25px 11px;
    }
    .sub-menu-section .no-gutters {
        margin-right: 21px;
        margin-left: 20px;
    }
    .spt_accordion .card-body {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .sec-highlight p {
        padding-left: 0;
    }
    .register-sect ul {
        padding-left: 0;
        padding-right: 15px;
    }
    .carousel {
        margin-top: 30px;
    }
    .carousel-control-prev {
        left: -65px;
    }
    .carousel-control-next {
        right: -56px;
    }
    .slider-section h2 {
        padding-left: 15px;
    }
    .sub-menu-section {
        height: auto;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape)  {
    .menu-cont {
        margin-top: 80px;
    }
    .sub-menu-section {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .menu-cont {
        margin-top: 30px;
    }
    .card-header h2:before {
        position: absolute;
        content: "";
        background: url(../assets/images/users-icon.png) no-repeat;
        width: 35px;
        height: 35px;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
    }
    .card-header h2 {
        padding-left: 40px;
    }
    .spt_accordion .card-header .card-link {
        padding: 20px 11px;
    }
    .card-header p {
        padding-left: 5px;
    }
    .spt_accordion .card-body {
        padding: 10px 16px;
    }
    .semi-cont-div {
        padding: 25px;
    }
    .sec-highlight {
        padding: 15px;
    }
    .sec-highlight .highlight-cont {
        padding: 0;
    }
    .sec-highlight h2 {
        padding-bottom: 0;
    }
    .register-div {
        padding: 15px;
    }
    .register-div .content-div {
        padding: 0 20px;
    }
    .content-div h2 {
        font-size: 23px;
        padding-left: 33px;
    }
    .slider-section h2,
    .slider-section h5,
    .slider-section p {
        text-align: center;
    }
    .carousel-control-prev {
        left: -28px;
    }
    .carousel-control-next {
        right: -24px;
    }
    .content-div:before {
        background: url(../assets/images/users-icon.png) no-repeat;
        position: absolute;
        content: "";
        left: 0;
        top: -10px;
        height: 50px;
        width: 50px;
        background-size: cover;
        background-position: 100%;
    }
    .ul-flex {
        display: block;
    }
    .register-sect ul {
        margin-bottom: 0;
    }
    .pd-lr-80 {
        padding: 0 10px;
    }
    .register-sect button {
        margin-top: 40px;
    }
    .carousel {
        width: 290px;
    }
    .sub-menu-section {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .card-header h2 {
        padding-left: 40px;
        font-size: 20px;
    }
}